-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Temporarily disable website builds #13887
Temporarily disable website builds #13887
Conversation
8e64766
to
6e5ae13
Compare
6e5ae13
to
fcb59d8
Compare
@larroy This looks like it properly disables flaky website builds. Does it look ok to you? |
Possible duplicate of #13841 @aaronmarkham for approval |
I don't think the other projects linked can be merged due to a required
test that won't complete (hence this attempt).
…On Tue, Jan 15, 2019, 9:10 AM Marco de Abreu ***@***.*** wrote:
Possible duplicate of #13841
<#13841>
@aaronmarkham <https://github.com/aaronmarkham> for approval
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13887 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHGTE95aG8QKRzrjxWIIhsevvOANEePRks5vDgtwgaJpZM4aBSsX>
.
|
Autocorrect. Project should be PR*.
On Tue, Jan 15, 2019, 9:14 AM kellen sunderland <[email protected]
wrote:
… I don't think the other projects linked can be merged due to a required
test that won't complete (hence this attempt).
On Tue, Jan 15, 2019, 9:10 AM Marco de Abreu ***@***.***
wrote:
> Possible duplicate of #13841
> <#13841>
>
> @aaronmarkham <https://github.com/aaronmarkham> for approval
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#13887 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AHGTE95aG8QKRzrjxWIIhsevvOANEePRks5vDgtwgaJpZM4aBSsX>
> .
>
|
LGTM, I tried the same and status was not updated. I guess is an orthogonal issue. |
Is anyone looking at the underlying problem? Why are there OS errors? I checked the results of the last 30 builds. 16 failed with this error. It fails and different points during rendering the website from the markdown files, so I don't think it's content from the markdown - which by the way, builds just fine outside of CI. |
@larroy I think the trick is this PR just disables the flaky section. It still will report back a success to Jenkins after a simple build so it shouldn't get stuck with 'status not updated'. @aaronmarkham Agree we should certainly look at why the failures are happening. Unless there's a trivial fix (and to my eyes there didn't appear to be) I'd recommend we disable this temporarily and investigate in parallel to unblock others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for now... but let's figure out the underlying issue ASAP because all this will do is let more website errors slip in, and then we'll have to dig out of that hole later.
@mxnet-label-bot add [pr-awaiting-merge] |
I looked but couldn't reproduce the issue. Very difficult to diagnose without a reproduction, and with the autoscaling being enabled one can't get a hold of an instance where the job failed. |
This reverts commit 9d42812.
* fix doc build * Revert "Temporarily disable website testing (apache#13887)" This reverts commit 9d42812.
* fix doc build * Revert "Temporarily disable website testing (apache#13887)" This reverts commit 9d42812.
* fix doc build * Revert "Temporarily disable website testing (apache#13887)" This reverts commit 9d42812.
Description
Temporarily disable website builds. Work around for #13833.
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Comments